home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / cnet / up_it_10.lha / UP-It.doc < prev   
Text File  |  1995-10-27  |  3KB  |  81 lines

  1.                                 Up-It  v1.0
  2.  
  3.                                 -=-=-=-=-=-
  4.  
  5.                          "Another METALSOFT tool!"
  6.  
  7.                   Developed by Ray Akey (AKA Heavy Metal)
  8.         Compiled and tested with the SAS/C Development System v6.52
  9.                    Under the auspices of Metal Software
  10.  
  11.  
  12.  
  13.  
  14. What is it?
  15. ===========
  16.    Up-It is a tool designed to let users with SYSOP MAINT to upload files
  17. to any location on your system.  It will take a path from the given arguments
  18. and the upload will be stored in that given path.  There is also provision for
  19. a SYSOP DEFINED default "temp Up-Its" directory in the configuration file
  20. "sysdata:up-it.cfg".  Also note that Up-It detects and will not accept
  21. "local uploads", that is, Up-It will only work from remote.  It is, however,
  22. perfectly safe to run locally and will indeed inform you that it cannot be
  23. used on a local port.
  24.  
  25.  
  26.  
  27. Installation
  28. ============
  29. 1. copy Up-It to pfiles: (or wherever you with to have it executed
  30.    from)
  31. 2. add the following to the "1;MAINTENANCE COMMANDS" section of CNET:BBSMENU
  32.  
  33.     UPLoad  |{pfiles:Up-It}
  34.  
  35.    note: the first curly bracket "{" above is actually CTRL-Q.
  36.  
  37. 3. select "Text/menu reload" in your CNet/Control menus.
  38. 4. create/edit the file sysdata:Up-It.cfg.  In this file, place the
  39.    full path to a temp directory for sysop uploads.  ie:
  40.  
  41.    ====== sysdata:Up-It.cfg ======
  42.    ram:temps
  43.    ============ end ==============
  44.  
  45. 4. the program is now ready to run.
  46.  
  47.  
  48.  
  49. Command Conventions
  50. ===================
  51.   To use Up-It, simply enter:
  52.  
  53.    UPL <[drive:][path/][filename]>
  54.  
  55.    [drive:]   (optional) is any writeable drive or device.  If you specify a
  56.               device or drive, it MUST exist.  Up-It will, of course, not
  57.               attempt to create a non-existent drive or assign.
  58.  
  59.    [path/]    (optional) is any subdirectory.  If the subdirectory or
  60.               subdirectories do not exist, Up-It will create them for you.
  61.               NOTE: if you include a [path/] but no [drive:], the uploaded
  62.               file or files will be stored in the user's MAIL: directory.
  63.  
  64.               ie. Up-It temp/myfile.lha
  65.  
  66.               In the above example, Up-It will create the directory
  67.               "temp" (if it does not already exist) in the user's MAIL:
  68.               directory and then accept the upload myfile.lha in that newly
  69.               created directory.
  70.  
  71.    [filename] (optional) is the name of the file you are uploading.  Note
  72.               that batch protocols like ZModem take their filenames from
  73.               from the actual upload and may be different that what is entered
  74.               as an up-it argument.
  75.  
  76.    If no arguments are given, Up-It uploads will be stored in the location
  77.    configured by the SysOp in the configuration file SYSDATA:UP-IT.CFG
  78.  
  79.  
  80. --ENJOY!
  81.